using System.Threading.Tasks; namespace BetterEN5.Services { public interface ITouchFixService { Task ApplyFixAsync(); bool IsTouchWorkingCorrectly(); Task ForceTouchEnableAsync(); } }