namespace DesignPatterns.Adapter { public interface IView { IDropDownListAdapter AreYouHappy { get; } } }