public static void DeleteReference(this IAccounts operations, string accountId, string fieldname, Odataid odataid = default) { operations.DeleteReferenceAsync(accountId, fieldname).GetAwaiter().GetResult(); }