/// <summary>
 /// A basic delete example
 /// </summary>
 public void Delete(string orgCode, string accountCode, string productServiceCode)
 {
     APIUtil.AwaitDeleteAccountProductService(USISDKClient, orgCode, accountCode, productServiceCode).Wait();
 }