public bool HasCommand(SlackBotCommand command)
 {
     return(CommandContainer.ContainsKey(GetCommandKey(command)));
 }