public bool Validate(Item item)
 {
     return(item.Fields.All(field => _validator.IsFieldValid(field.Value, field.Key)));
 }