public bool DoesUserExist(int userId)
 {
     return(_userDatabase.UserExists(userId));
 }