namespace NadekoBot.Modules.Searches; public interface ISearchResult { string? Answer { get; } IReadOnlyCollection Entries { get; } ISearchResultInformation Info { get; } }