/// <summary> /// Get entity from adoxio_events by key /// </summary> /// <param name='operations'> /// The operations group for this extension method. /// </param> /// <param name='adoxioEventid'> /// key: adoxio_eventid of adoxio_event /// </param> /// <param name='select'> /// Select properties to be returned /// </param> /// <param name='expand'> /// Expand related entities /// </param> public static MicrosoftDynamicsCRMadoxioEvent GetByKey(this IEvents operations, string adoxioEventid, IList <string> select = default(IList <string>), IList <string> expand = default(IList <string>)) { return(operations.GetByKeyAsync(adoxioEventid, select, expand).GetAwaiter().GetResult()); }