/// <summary>
 /// Get team_adoxio_hoursofservice from teams
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='ownerid'>
 /// key: ownerid of team
 /// </param>
 /// <param name='adoxioHoursofserviceid'>
 /// key: adoxio_hoursofserviceid of adoxio_hoursofservice
 /// </param>
 /// <param name='select'>
 /// Select properties to be returned
 /// </param>
 /// <param name='expand'>
 /// Expand related entities
 /// </param>
 public static MicrosoftDynamicsCRMadoxioHoursofservice HoursofserviceByKey(this ITeamadoxiohoursofservice operations, string ownerid, string adoxioHoursofserviceid, IList <string> select = default(IList <string>), IList <string> expand = default(IList <string>))
 {
     return(operations.HoursofserviceByKeyAsync(ownerid, adoxioHoursofserviceid, select, expand).GetAwaiter().GetResult());
 }