private string AddFluidBlock(JSProgram program, string from, string to) { return(program.AddHeaterSegment(to, "z", 100, 1, from, 1, false)); }