using System; public static class ClipboardFusionHelper { public static string ProcessText(string text) { return text.Replace(" ", "-"); } }