public bool IsValid(BodyMassIndexReport report) => GeneralValidation.IsDecimal(report.Weight);
public bool IsValid(BodyMassIndexReport type) => GeneralValidation.IsDecimal(type.Height);