static void Main(string[] args) { TaxCalculator calc = new TaxCalculator(new DBLogger()); Console.WriteLine("{0}", calc.CalculateTax(10, 0)); }