public object execute(IDataServer data, string command) { if (data != null) { data.Unfreeze(); } return null; }