namespace Moonlight.Shared.Http.Responses.Auth; public class AuthSchemeResponse { public string DisplayName { get; set; } public string Identifier { get; set; } }