namespace TouchyTickets; public abstract class Platform { public abstract void SetKeepScreenOn(bool keep); public abstract void OpenRateLink(); }