Hi, I'm developing a SAPUI5 application and I need to instantiate a fragment (F) within a view (V).The issue is that the view (V) can be closed by the user. To ensure good performance, I simply destroy it using:V.destroyDependents();V.destroyContent(...