public async Task <IActionResult> GetMyRoles() { var response = await _userManagerService.GetMyRolesAsync(); return(Ok(response)); }