public VhdCookie(VhdCookieType cookieType, byte[] data) { this.cookieType = cookieType; this.Data = data; this.expectedData = GetExpectedCookie(); }