{ get; set; } = new ObservableCollectionKeyValuePairstring, int>>()
{
new KeyValuePairstring,...KeyValuePairstring, int>("LockTime-TenMinute", 10),
new KeyValuePairstring, int>("LockTime-FifteenMinute...", 15),
new KeyValuePairstring, int>("LockTime-ThirtyMinute", 30),
new KeyValuePairstring,...int>("LockTime-OneHour", 60),
new KeyValuePairstring, int>("LockTime-TwoHour", 120),
new KeyValuePair...string, int>("LockTime-ThreeHour", 180),
new KeyValuePairstring, int>("LockTime-Never", 0),
};