public void AddCollectionEntry(INeuraliumAccountFreeze entry)
 {
     TypedCollectionExposureUtil <INeuraliumAccountFreeze> .AddCollectionEntry(entry, this.AccountFreezes);
 }
 public void CreateNewCollectionEntry(out INeuraliumAccountFreeze result)
 {
     TypedCollectionExposureUtil <INeuraliumAccountFreeze> .CreateNewCollectionEntry(this.AccountFreezes, out result);
 }