public Doc Create(Doc cliente) { cliente.CalcularTarifa(); validator.Validate(cliente); return(repository.Create(cliente)); }