namespace Elsa.KeyValues.Entities;
public class SerializedKeyValuePair
{
public string Key { get; set; }
public string SerializedValue { get; set; }
}