public PutStop(IStopCosmosDbService stopCosmosDbService,
                IUserProfileCosmosDbService userProfileCosmosDbService,
                IStopAuditCosmosDbService stopAuditCosmosDbService)
 {
     _stopCosmosDbService        = stopCosmosDbService;
     _userProfileCosmosDbService = userProfileCosmosDbService;
     _stopAuditCosmosDbService   = stopAuditCosmosDbService;
 }
 public GetStopAudits(IStopAuditCosmosDbService stopAuditCosmosDbService)
 {
     _stopAuditCosmosDbService = stopAuditCosmosDbService;
 }