/// <summary>
 /// Get team_adoxio_sepdrinksalesforecast from teams
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='ownerid'>
 /// key: ownerid of team
 /// </param>
 /// <param name='adoxioSepdrinksalesforecastid'>
 /// key: adoxio_sepdrinksalesforecastid of adoxio_sepdrinksalesforecast
 /// </param>
 /// <param name='select'>
 /// Select properties to be returned
 /// </param>
 /// <param name='expand'>
 /// Expand related entities
 /// </param>
 public static MicrosoftDynamicsCRMadoxioSepdrinksalesforecast SepdrinksalesforecastByKey(this ITeamadoxiosepdrinksalesforecast operations, string ownerid, string adoxioSepdrinksalesforecastid, IList <string> select = default(IList <string>), IList <string> expand = default(IList <string>))
 {
     return(operations.SepdrinksalesforecastByKeyAsync(ownerid, adoxioSepdrinksalesforecastid, select, expand).GetAwaiter().GetResult());
 }