namespace Adaeron.Shared.Services { public interface IFormFactor { public string GetFormFactor(); public string GetPlatform(); } }