public Block GetBlock(int index)
 {
     return(_chain.ElementAtOrDefault(index));
 }