public static bool Transmission(string data) { if (string.IsNullOrEmpty(_url)) { _url = GetUrl(); } return(Transmitter.Execute(_url, data)); }