public async Task <IHttpActionResult> GetUserDetails()
 {
     return(Ok(await _userApplicationService.GetUserDetails()));
 }