namespace Parking_spaces.Helpers; public class AppSettings { public string? Secret { get; set; } }