public Task <ContextualSearchGameClipsResult> GetGameClipsAsync(uint titleId, uint skipItems, uint maxItems, string orderByStatName, bool orderAscending, string filterStatName, ContextualSearchFilterOperator filterOperator, string filterStatValue)
 {
     throw new NotImplementedException();
 }
 public Task <global::System.Collections.ObjectModel.ReadOnlyCollection <ContextualSearchBroadcast> > GetBroadcastsAsync(uint titleId, uint skipItems, uint maxItems, string orderByStatName, bool orderAscending, string filterStatName, ContextualSearchFilterOperator filterOperator, string filterStatValue)
 {
     throw new NotImplementedException();
 }