public async Task Reload(Guid id)
 {
     await _ocelotGlobalConfigurationService.Reload(id);
 }