# Groups Abstract base entity for groups with public/private visibility. Implements `IGroupBase`. ## Key Files - **`GroupBase.cs`** — Abstract class with `Id` (Guid), `IsPublic` flag, and `Created`/`Modified` timestamps. Provides constructors for creating groups with optional explicit IDs.