/// <summary>Update gitter using this channel.</summary>
        public void Update()
        {
            var command = FormatUpdaterCommand();

            HelperExecutables.LaunchUpdater(command);
        }