namespace Lantean.QBitTorrentClient { public static class Limits { public const int GlobalLimit = -2; public const int NoLimit = -1; } }