public OcelotAppService_Tests()
 {
     _ocelotAppService = GetRequiredService <IOcelotAppService>();
 }
 public OcelotGlobalController(IOcelotAppService ocelotGlobalConfigurationService)
 {
     _ocelotGlobalConfigurationService = ocelotGlobalConfigurationService;
 }