namespace NS1 { public interface Interface1 : Object { public abstract string name { get; construct; } } }