public async Task <UserProfile> GetUser(int userId)
 {
     return(await _iNotificationQuerie.GetUser(userId));
 }