public virtual void CutCheck() { var amount = _paycheckCalculator.CalculateHourly(); Console.WriteLine($"HourlyTeamMember will be paid {amount}"); }