namespace PlaylistShared.Shared.DTO; public class SetYandexTokenRequest { public string Token { get; set; } }