namespace Connected.Logistics.Types;
public static class Domain
{
public const string Name = "Logistics";
public const string Code = "lgs";
}