public void GetConcentration1D(int waterPropertiesInstanceID, int propertyID, int numberOfcomputePoints, ref double[] concentration1D)
 {
     MohidWaterEngineDLLAccess.GetConcentration1D(ref waterPropertiesInstanceID, ref propertyID,
                                                  ref numberOfcomputePoints, concentration1D);
 }