# Locations Abstract base entity for geographic locations with longitude, latitude, and an optional address string. Implements `ILocationBase`. ## Key Files - **`LocationBase.cs`** — Abstract class with `Id` (Guid), `Longitude`, `Latitude`, and `Address` properties. Provides constructors that auto-generate IDs or accept explicit ones.