public void Info(string controller, string method, string message, string username) { _loggerRepository.Info(controller, method, message, username); }