/// <summary> /// Add an Chunk to end end of existing list. /// </summary> public void AddOtherChunk(OtherChunk chunk) { otherChunks.Add(chunk); }