namespace QRBee.Core { internal class RegistrationData { public string Name { get; set; } public string Email { get; set; } public string DateOfBirth { get; set; } public string CertificateRequest { get; set; } } }