public static Task <object> DeserializeObjectAsync(string value) { return(JsonConvert.DeserializeObjectAsync(value, null, null)); }