/// <summary>
 /// Get lk_bcgov_inspectionownershipcategory_modifiedonbehalfby from
 /// systemusers
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='ownerid'>
 /// key: ownerid of systemuser
 /// </param>
 /// <param name='bcgovInspectionownershipcategoryid'>
 /// key: bcgov_inspectionownershipcategoryid of
 /// bcgov_inspectionownershipcategory
 /// </param>
 /// <param name='select'>
 /// Select properties to be returned
 /// </param>
 /// <param name='expand'>
 /// Expand related entities
 /// </param>
 public static MicrosoftDynamicsCRMbcgovInspectionownershipcategory ModifiedonbehalfbyByKey(this ILkbcgovinspectionownershipcategorymodifiedonbehalfby operations, string ownerid, string bcgovInspectionownershipcategoryid, IList <string> select = default(IList <string>), IList <string> expand = default(IList <string>))
 {
     return(operations.ModifiedonbehalfbyByKeyAsync(ownerid, bcgovInspectionownershipcategoryid, select, expand).GetAwaiter().GetResult());
 }