namespace Harmonia.UI.Platform; public interface IPlatformServiceLocator { T? Get(); }