namespace NS1 { public interface I1 : Object { public abstract string str1 { get; } } }