Call ReleaseResources on an Implicit Storage class shouldn't raise an exception.
I believe that asking an implicit storage class to release its resources should be a valid request, one that results in nothing, since it has no explicit resources.
I would liken asking implicit storage to release resources, to asking storage basic to release resources before it has allocated resources, which doesn't throw an exception.
@kmorel, what do you think?