public class TemplateT<A> where A has { A Operation(); } { A DoubleOperation(A arg) { return arg.Operation().Operation(); } }