Get Container name

Hi!
I got a simple question for you guys, however I just cant get the answer for it. How can I get the name of a container, for example "assets/bundled/prefabs/radtown/crate_elite.prefab" is called Elite Crate. 

I believe this is what you're looking for

string name = entity.PrefabName;​