public ViewResult Detail(Guid id)
        {
            ExceptionLog      exceptionLog      = this._exceptionLogRep.Single(id);
            ExceptionLogModel exceptionLogModel = exceptionLog.ToModel();

            return(base.View(exceptionLogModel));
        }