/// <inheritdoc /> Task <ICollection <string> > IDiscoverable <string> .DiscoverAsync() { IMatchIdRepository self = this; return(self.DiscoverAsync(CancellationToken.None)); }
/// <inheritdoc /> Task <Match> IRepository <string, Match> .FindAsync(string identifier) { IMatchIdRepository self = this; return(self.FindAsync(identifier, CancellationToken.None)); }