/// <summary> /// Delete entity from accounts /// </summary> /// <param name='operations'> /// The operations group for this extension method. /// </param> /// <param name='accountid'> /// key: accountid /// </param> /// <param name='ifMatch'> /// ETag /// </param> public static void Delete(this IAccounts operations, string accountid, string ifMatch = default(string)) { operations.DeleteAsync(accountid, ifMatch).GetAwaiter().GetResult(); }