public async Task <Client> GetAsync(int id)
 {
     return(await service
            .FindByIdAsync(id));
 }