public async Task <ResultGameDTO> GetUserByIdAsync(int userId)
 {
     return(await iUserBll.GetUserByIdAsync(userId));
 }