namespace TestInterfaceImplementation { public interface IScorable { Score GetScore(Item item, object state); } }