public Reply(ReplyAddress sendersAddress) : base(Guid.NewGuid()) { SendersAddress = sendersAddress; }
/// <summary> /// Constucts a reply /// </summary> /// <param name="replyAddress"></param> public Request(ReplyAddress replyAddress) : base(Guid.NewGuid()) { ReplyAddress = replyAddress; }