/// <summary>
 /// Get lk_bcgov_role_createdonbehalfby from systemusers
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='ownerid'>
 /// key: ownerid of systemuser
 /// </param>
 /// <param name='bcgovRoleid'>
 /// key: bcgov_roleid of bcgov_role
 /// </param>
 /// <param name='select'>
 /// Select properties to be returned
 /// </param>
 /// <param name='expand'>
 /// Expand related entities
 /// </param>
 public static MicrosoftDynamicsCRMbcgovRole CreatedonbehalfbyByKey(this ILkbcgovrolecreatedonbehalfby operations, string ownerid, string bcgovRoleid, IList <string> select = default(IList <string>), IList <string> expand = default(IList <string>))
 {
     return(operations.CreatedonbehalfbyByKeyAsync(ownerid, bcgovRoleid, select, expand).GetAwaiter().GetResult());
 }