/// <summary>
        /// Displays the results of a Match to the User
        /// </summary>
        public void DisplayMatchResult()
        {
            var matchResultMessage = MatchResult.ToString();

            InteractionController.Output(matchResultMessage);
        }