I am using SignalEntityAsync to trigger an operation on durable entity.
await starter.SignalEntityAsync(entityId, "Reset");
How could I mock this call? I am using Nunit and tried mocking in different ways. But it does not work. Getting an error:
System.NullReferenceException : Object reference not set to an instance of an object.