public async Task <string> GetAuthorties() { _logger.LogInformation("GetAuthorties"); return(await _ApiClient.GetAuthorities()); }