namespace Common.Model { public class VerificationKeys { public string uuid { get; set; } public string userId { get; set; } public string verificationCode { get; set; } public string codeType { get; set; } public string scope { get; set; } } }