public bool CreateError(string message, string parameter, Exception e) { return(_errorLogRepository.CreateError(message, parameter, e)); }