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