namespace SystemInterface { /// /// This is marked interface for API that wraps static methods. /// public interface IStaticWrapper { } }