namespace Umbraco.Cms.Infrastructure.Security; public class SignOutSuccessResult { public string? SignOutRedirectUrl { get; set; } }