namespace Bit.App.Abstractions { public interface IClipboardService { void CopyToClipboard(string text); } }