namespace ProxyInterfaceConsumer { [ProxyInterfaceGenerator.Proxy(typeof(ProxyInterfaceConsumer.PersonTT<,>))] public partial interface IPersonTT where T1 : struct where T2 : class, new() { } }