CosmosDb Abstraction
CosmosDb components are a pain to test. There's almost a 1/2 dozen objects to fake and configure to be able to get back the object you want to then do work on for the test. This can be abstracted from the test and hide the complexity in…