public Product GetById(ProductId id) { return(dictionary.GetValueOrDefault(id)); }
public Product(ProductId id) { Id = id; }