/// <inheritdoc />
 public decimal GetExpectation(Bitmap bitmap)
 => _service.GetExpectation(_service.GetPMF(GetFrequencies(bitmap)));
 public virtual decimal GetExpectation(decimal[] pmf)
 => _service.GetExpectation(pmf);