public BridgeStatus(bool success, string responseText, BridgedChannel channel) : this(success, responseText) { Channel = channel; }