public int Count(string _logType)
 {
     return(_logger.Count(_logType));
 }