public void Logoff(bool synchronous)
 {
     NativeMethodsHelper.LogoffSession(_server.Handle, _sessionId, synchronous);
 }