public bool Fits(IRoundable roundPeg) => Radius >= roundPeg.Radius;
public RoundTest() { Roundable = new BeautifyRounding(); }
public BeautifyService(IRoundable roundStrategy) { this.roundStrategy = roundStrategy; }