public CopyItemCommandTest() { this.templateId = ID.NewID; this.itemId = ID.NewID; this.copyId = ID.NewID; this.command = new OpenCopyItemCommand { Engine = new DataEngine(this.database) }; this.command.Initialize(this.dataStorage); }