namespace ProxyInterfaceConsumer { [Speckle.ProxyGenerator.Proxy(typeof(ProxyInterfaceConsumer.PersonT<>))] public partial interface IPersonT // where T : struct { } }