private void SaveKeyIndex(ICommands cmds, KeyIndex keyedIndex, string id) { var bytes = SerializationHelper.Serialize(keyedIndex); cmds.SaveAsync(id, bytes); }