public IActionResult Index() { RabbitMq.SendToQueue(Constants.QueueName, "Home - Index " + DateTime.Now); return(View()); }