/// <summary> /// Get regardingobjectid_bcgov_violationticket_appointment from appointments /// </summary> /// <param name='operations'> /// The operations group for this extension method. /// </param> /// <param name='activityid'> /// key: activityid of appointment /// </param> /// <param name='select'> /// Select properties to be returned /// </param> /// <param name='expand'> /// Expand related entities /// </param> public static MicrosoftDynamicsCRMbcgovViolationticket Get(this IRegardingobjectidbcgovviolationticketappointment operations, string activityid, IList <string> select = default(IList <string>), IList <string> expand = default(IList <string>)) { return(operations.GetAsync(activityid, select, expand).GetAwaiter().GetResult()); }