public bool Get(string to, string message, string thandle)
        {
            IEmailActorService emailActorService = ActorProxy.Create <IEmailActorService>(ActorId.NewId(), "fabric:/CoPSample");

            return(emailActorService.SendEmail(to, message, thandle).Result);
        }