namespace GamificationService.Models.DTO; public class EnableTwoFactorDTO { public int TwoFactorProvider { get; set; } }