public MaterialMix GetResult()
        {
            MaterialMix materialMix = _builder.GetMaterialMix();

            return(materialMix);
        }