public async Task <IActionResult> LogoutAsync() { await _oauthService.LogoutAsync(); return(NoContent()); }