public Retry(Post post)
 {
     Post = post;
 }
 public SavePost(ActorPath _from, Post post)
 {
     From = _from;
     Post = post;
 }