/// <remarks/>
 public System.IAsyncResult BeginImportMedegaGuard(ImportMedegaGuardRequest medegaGuardRequest, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("ImportMedegaGuard", new object[] {
                 medegaGuardRequest}, callback, asyncState);
 }
 public ImportMedegaGuardResult ImportMedegaGuard(ImportMedegaGuardRequest medegaGuardRequest)
 {
     object[] results = this.Invoke("ImportMedegaGuard", new object[] {
                 medegaGuardRequest});
     return ((ImportMedegaGuardResult)(results[0]));
 }