public void RemoveCollectionEntry(Func <INeuraliumAccountFreeze, bool> predicate)
 {
     TypedCollectionExposureUtil <INeuraliumAccountFreeze> .RemoveCollectionEntry(predicate, this.AccountFreezes);
 }