public interface IInitializable { void Initialize(T Value); } public interface IInitializable { void Initialize(T ValueT, V ValueV); }