Open
Description
Describe the proposal
.Net SDK supports ActorReference class as a convenience for users to return the ActorType-ActorId tuple. This class should also be implemented in Python SDK.
https://github.com/dapr/dotnet-sdk/blob/master/src/Dapr.Actors/ActorReference.cs
Also, update the actor_sdk E2E test by adding a invocation validating this use case cross SDKs.