public Task <Partition> CreatePartition(ulong sizeInBytes) { return(LowLevelApi.CreatePartition(this, sizeInBytes)); }