using System; using System.Collections.Generic; using System.Collections.Immutable; using HaDocument.Models; namespace Test { class SearchResults { List ResultList { get; } } class SearchResult { } }