namespace TestInterfaceImplementation { public class ScorableBase : IScorable { Score IScorable.GetScore(Item item, object opaque) { throw new System.NotImplementedException(); } } }