public bool ContainsType <T>() where T : IContent
 {
     return(_storage.ContainsType <T>());
 }