public long CreateAutoReply(CfCreateAutoReply cfCreateAutoReply)
 {
     return TextService.CreateAutoReply(new CreateAutoReply(cfCreateAutoReply));
 }
 public CreateAutoReply(CfCreateAutoReply cfCreateAutoReply)
 {
     RequestId = cfCreateAutoReply.RequestId;
     AutoReply = AutoReplyMapper.ToAutoReplay(cfCreateAutoReply.CfAutoReply);
 }