public static bool SendText(string format, params object[] args) { return(Client.SendText(string.Format(format, args))); }