Need to pull the DI registration of the ChangeFeedProvider out into it's own extension method since the API doesn't register a ChangeFeedHandler.
Warning
2023-07-28T08:47:26.289458
Unhandled exception. System.AggregateException: Some services are not able to be constructed (Error while validating the service descriptor 'ServiceType: Infrastructure.Cosmos.IChangeFeedProvider Lifetime: Singleton ImplementationType: Infrastructure.Cosmos.ChangeFeedProvider': Unable to resolve service for type 'Infrastructure.Cosmos.IChangeFeedHandler' while attempting to activate 'Infrastructure.Cosmos.ChangeFeedProvider'.)
Warning
2023-07-28T08:47:26.2895121
---> System.InvalidOperationException: Error while validating the service descriptor 'ServiceType: Infrastructure.Cosmos.IChangeFeedProvider Lifetime: Singleton ImplementationType: Infrastructure.Cosmos.ChangeFeedProvider': Unable to resolve service for type 'Infrastructure.Cosmos.IChangeFeedHandler' while attempting to activate 'Infrastructure.Cosmos.ChangeFeedProvider'.
Warning
2023-07-28T08:47:26.2895204
---> System.InvalidOperationException: Unable to resolve service for type 'Infrastructure.Cosmos.IChangeFeedHandler' while attempting to activate 'Infrastructure.Cosmos.ChangeFeedProvider'.
Error below.
Need to pull the DI registration of the ChangeFeedProvider out into it's own extension method since the API doesn't register a ChangeFeedHandler.