namespace MTWireGuard.Application.Models { public class CreationResult { public string Code { get; set; } public string Title { get; set; } public string Description { get; set; } } }