public void PruneBlockStates <T>(Guid chainId, Block <T> until) where T : IAction, new() { _store.PruneBlockStates(chainId, until); }