public SlackConnection(IConnectionFactory connectionFactory, IChatHubInterpreter chatHubInterpreter, IMentionDetector mentionDetector)
 {
     _connectionFactory  = connectionFactory;
     _chatHubInterpreter = chatHubInterpreter;
     _mentionDetector    = mentionDetector;
 }
 public SlackConnectionFactory(IConnectionFactory connectionFactory, IChatHubInterpreter chatHubInterpreter, IMentionDetector mentionDetector)
 {
     _connectionFactory = connectionFactory;
     _chatHubInterpreter = chatHubInterpreter;
     _mentionDetector = mentionDetector;
 }