namespace Starpelly.OperatingSystem { public class MacOS : IOperatingSystem { public void ChangeWindowTitle(string newTitle) { throw new System.NotImplementedException(); } } }