namespace Lantean.QBitTorrentClient.Models { public enum PieceState { NotDownloaded = 0, Downloading = 1, Downloaded = 2, } }