public void Execute(CallContext callContext, IState state)
 {
     callContext.ReplyEcho(_echoText.GetLocalizedString(), _echoOptions);
 }