sendMessageToChannel({ provider, message, channel }) {
    try {
      const service = this.getService(provider)

      service({ message, channel })