namespace Template.Shared.Interfaces; public interface IFormFactor { public string GetFormFactor(); public string GetPlatform(); }