std::string StrGet() { return IsConnected() ? "Connected" : {}; }