/// <summary>
        /// Invoke the action synchronously
        /// </summary>
        /// <remarks>Blocks until the action has been processed
        /// on the device and sets any output arguments</remarks>
        /// <param name="aIds"></param>
        public void SyncGetIds(out String aIds)
        {
            SyncGetIdsAvOpenhomeOrgCredentials1 sync = new SyncGetIdsAvOpenhomeOrgCredentials1(this);

            BeginGetIds(sync.AsyncComplete());
            sync.Wait();
            sync.ReportError();
            aIds = sync.Ids();
        }
 /// <summary>
 /// Invoke the action synchronously
 /// </summary>
 /// <remarks>Blocks until the action has been processed
 /// on the device and sets any output arguments</remarks>
 /// <param name="aIds"></param>
 public void SyncGetIds(out String aIds)
 {
     SyncGetIdsAvOpenhomeOrgCredentials1 sync = new SyncGetIdsAvOpenhomeOrgCredentials1(this);
     BeginGetIds(sync.AsyncComplete());
     sync.Wait();
     sync.ReportError();
     aIds = sync.Ids();
 }