namespace TestInterfaceImplementation { public interface Interface7 { int Method1

(T t, P p); int Method2(T t); int Method3(T t); int Method4(); } }