Example #1
0
 private void Save()
 {
     _saver.SendMessage(JsonConvert.SerializeObject(_data, Formatting.Indented));
 }