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