public HttpResponseMessage LogOut() { _authService.LogOut(); return(Request.CreateResponse(HttpStatusCode.OK)); }
public void LogOut() { _authenticationService.LogOut(); }