public static LocationIdentity From(Guid guid)
        {
            var locationIdentity = new LocationIdentity(guid);

            return(locationIdentity);
        }
        public static LocationIdentity New()
        {
            var locationIdentity = new LocationIdentity();

            return(locationIdentity);
        }