namespace AMREZ.EOP.Contracts.DTOs.MasterData.Species; public sealed record SpeciesCreateRequest( string Code, string Name, Dictionary? NameI18n, Dictionary? Meta, string Scope = "tenant", Guid? OverridesGlobalId = null, bool IsActive = true );