20 using Newtonsoft.Json;
21 using System.Collections.Generic;
74 public override string Value
93 var result =
new Dictionary<string, string>();
94 foreach (var kvp
in new[] {
new Tuple<string, string>(
"1M",
OneMonth),
new Tuple<string, string>(
"2M",
TwoMonths),
new Tuple<string, string>(
"3M",
ThreeMonths),
new Tuple<string, string>(
"6M",
SixMonths),
new Tuple<string, string>(
"9M",
NineMonths) })
98 result[kvp.Item1] = kvp.Item2;