namespace TestInterfaceImplementation { public interface Interface6 { int Method(); int Method(); } }