namespace Azaion.Common.Requests; public class RegisterDeviceResponse { public string Serial { get; set; } = null!; public string Email { get; set; } = null!; public string Password { get; set; } = null!; }