namespace BizHawk.Client.Common { /// Base interface for all external APIs in .NET. /// public interface IExternalApi {} }