public void LoadSnapshot(MovieSnapshot snapshot)
 {
     Entity = snapshot.MovieState.Entity;
 }
 public void Apply(MovieRegisteredEvent aggregateEvent)
 {
     Entity = aggregateEvent.Movie;
 }