/// <summary>
 /// Get team_adoxio_hoursofservicesdefault from teams
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='ownerid'>
 /// key: ownerid of team
 /// </param>
 /// <param name='adoxioHoursofservicesdefaultid'>
 /// key: adoxio_hoursofservicesdefaultid of adoxio_hoursofservicesdefault
 /// </param>
 /// <param name='select'>
 /// Select properties to be returned
 /// </param>
 /// <param name='expand'>
 /// Expand related entities
 /// </param>
 public static MicrosoftDynamicsCRMadoxioHoursofservicesdefault HoursofservicesdefaultByKey(this ITeamadoxiohoursofservicesdefault operations, string ownerid, string adoxioHoursofservicesdefaultid, IList <string> select = default(IList <string>), IList <string> expand = default(IList <string>))
 {
     return(operations.HoursofservicesdefaultByKeyAsync(ownerid, adoxioHoursofservicesdefaultid, select, expand).GetAwaiter().GetResult());
 }