namespace HaDocument.Interfaces; public interface ISearchable { public string Element { get; } public string Index { get; } }