How to find cluster sharded entity Actors by entity id

Hello,
When you send a message to the EntityRef, If the entity actor doesn’t exist, the actor system will create one and the create method will be called on that actor
Regards