namespace WirelessTextSyncer.Windows.Services; public interface IKeyboardInjectionService { void InsertText(string text); void Backspace(); void Enter(); }