public async Task <IActionResult> Me()
 {
     return(this.GenerateResponse(await _guestService.GetGuestDtoAsync()));
 }