using System; public class Viewer { public Guid guid; public Viewer(Guid guid) { this.guid = guid; } }