public Object AddSecondaryAction(SecondaryAction action) { bool result = data.AddSecondaryAction(action); return(new { result }); }