public Task <bool> SupportsSessionAsync(EastFive.Azure.Auth.Session session)
 {
     return(true.AsTask());
 }