/// <summary>
 /// Get bcgov_ActRegulationViolated from bcgov_violationtickets
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='bcgovViolationticketid'>
 /// key: bcgov_violationticketid of bcgov_violationticket
 /// </param>
 /// <param name='select'>
 /// Select properties to be returned
 /// </param>
 /// <param name='expand'>
 /// Expand related entities
 /// </param>
 public static MicrosoftDynamicsCRMbcgovInspectionchecklist Get(this IActregulationviolated operations, string bcgovViolationticketid, IList <string> select = default(IList <string>), IList <string> expand = default(IList <string>))
 {
     return(operations.GetAsync(bcgovViolationticketid, select, expand).GetAwaiter().GetResult());
 }