public async Task ActivateEndpointAsync(string endpointId) { await _registryServiceHandler.ActivateEndpointAsync(endpointId).ConfigureAwait(false); }