void apiClient_ConnectionStateChanged(object sender, Mt5ConnectionEventArgs e) { ConnectionStateChanged.FireEvent(this , new ConnectionEventArgs(ConvertConnectionState(e.Status), e.ConnectionMessage)); }