private int GetClientBuildNumber()
 {
     return(NativeMethodsHelper.QuerySessionInformationForClientBuildNumber(_server.Handle, _sessionId));
 }