using System.DirectoryServices; namespace Chrosey.Extensions.Interfaces { public interface ISearchResultWrapper { void Bind(SearchResult source); } }