using DifferentNamespace; namespace ProxyInterfaceConsumer { [ProxyInterfaceGenerator.Proxy(typeof(Address))] public partial interface IAddress { } }