/// <summary>
 /// Remove reference to adoxio_workers
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='accountId'>
 /// key: accountId
 /// </param>
 /// <param name='fieldname'>
 /// key: fieldname
 /// </param>
 /// <param name='odataid'>
 /// reference value
 /// </param>
 public static void RemoveReference(this IAccounts operations, string accountId, string fieldname, string removeId)
 {
     operations.RemoveReferenceAsync(accountId, fieldname, removeId).GetAwaiter().GetResult();
 }