Question
how to initialize MediaEntity in 6.6
In Thingworx 6 api, I can get initialize MediaEntity through com.thingworx.system.managers.MediaEntityManager;
MediaEntity logoEntity = MediaEntityManager.getInstance().getEntity(logoLink);
But how to initialize MediaEntity in 6.6 API?

