static UpdateOperation <string, string> Add(string key, string value) => UpdateOperation <string, string> .NewAdd(key, value);