using System; public static class ClipboardFusionHelper { public static string ProcessText(string text) { BFS.Clipboard.Clear(); return null; } }