namespace Nethereum.BlockchainProcessing.BlockStorage.Entities { public class BlockProgress : TableRow { public string LastBlockProcessed { get; set; } } }