namespace Ficdown.Parser.Model.Story { public class Action { public string State { get; set; } public string Description { get; set; } } }