protected WorldDescriptionRecord(WorldDescriptionRecordType type)
 {
     Id = Guid.NewGuid();
     Type = type;
     logger = ServiceLocator.Current.GetInstance<ILog>();
 }
 protected WorldDescriptionRecord(WorldDescriptionRecordType type)
 {
     Id     = Guid.NewGuid();
     Type   = type;
     logger = ServiceLocator.Current.GetInstance <ILog>();
 }