namespace SWAD.API.Models.Config.ApiServices.Structure; // ReSharper disable once ClassNeverInstantiated.Global because: Is structure for config public class ApiPaths { // ReSharper disable NullableWarningSuppressionIsUsed public string Search { get; set; } = null!; public string GetTrack { get; set; } = null!; public string GetArtist { get; set; } = null!; }