protected Station() { Name = $"Station#{++_instanceCounter}"; FaultHelper.PrefixFaultNames(this, Name); }
public IngredientTank(string stationName, IngredientType ingredientType) { IngredientType = ingredientType; FaultHelper.PrefixFaultNames(this, $"{stationName}.{ingredientType}"); }