namespace BTCPayServer.Client.Models { public class ApplicationUserData { public string Id { get; set; } public string Email { get; set; } } }