public Task <IUser> FindByNameAsync(string userName)
 {
     //Wrong type!!
     return(MyUser.Find(userName));
 }