public CitiesObjectStorage(string type, IStorageStructure <V, T> structure) { _type = type; _storage = structure; }
public StorageStructureController(IStorageStructure structure) { _structure = structure; }