public SlackMessageBuilder(string webHookUrl)
 {
     this._webHookUrl = webHookUrl;
     this._client     = new SlackClient();
     this._payload    = new Payload();
 }
        //// ----------------------------------------------------------------------------------------------------------

        public SlackMessageBuilder(string webHookUrl)
        {
            this._webHookUrl = webHookUrl;
            this._client = new SlackClient();
            this._payload = new Payload();
        }