public TaxController(ITaxEstimatorSelector estimatorSelector) { // Inject the TaxEstimateSelector so it can be used by the Submit() action _estimatorSelector = estimatorSelector; }