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