public void PreAllocateVolumes()
        {
            var values = new PreAllocateVolumesParams(1);
            var result = MasterWrapper.PreAllocateVolumes(values).GetAwaiter().GetResult();

            Assert.AreEqual(values.Count, result.Count);
        }