public async Task <IEnumerable <Client> > ShowClients(string id) { return(await _manager.GetClients(new Guid(id))); }