public DeviceAppLastScreen(ItemWithScreen eventItem)
     : base()
 {
     this.ScreenName = eventItem.ScreenName;
     this.SessionId = eventItem.SessionId;
     this.PlatformId = eventItem.PlatformId;
     this.ApplicationId = eventItem.ApplicationId;
     this.Date = eventItem.Date;
     this.DateCreated = eventItem.DateCreated;
     this.DateCreatedOnDevice = eventItem.DateCreatedOnDevice;
     this.DeviceId = eventItem.DeviceId;
     this.Version = eventItem.Version;
 }
 public DeviceAppLastScreen(ItemWithScreen eventItem)
     : base()
 {
     this.ScreenName          = eventItem.ScreenName;
     this.SessionId           = eventItem.SessionId;
     this.PlatformId          = eventItem.PlatformId;
     this.ApplicationId       = eventItem.ApplicationId;
     this.Date                = eventItem.Date;
     this.DateCreated         = eventItem.DateCreated;
     this.DateCreatedOnDevice = eventItem.DateCreatedOnDevice;
     this.DeviceId            = eventItem.DeviceId;
     this.Version             = eventItem.Version;
 }