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