namespace domain.Request { public class AddStudentRequest { public string StudentName { get; set; } } }