public Task <Client> FindClientByIdAsync(string clientId)
 {
     return(session.LoadWithTagId <Client>(clientId));
 }