20 using Newtonsoft.Json;
21 using System.Collections.Generic;
50 public override double Value
69 var result =
new Dictionary<string, double>();
70 foreach (var kvp
in new[] {
new Tuple<string, double>(
"12M",
TwelveMonths) })
74 result[kvp.Item1] = kvp.Item2;