public void CopyTo(IContent[] array, int arrayIndex)
 {
     _storage.CopyTo(array, arrayIndex);
 }