IFavorite IFavorite.Copy() { DbFavorite copy = Factory.CreateFavorite(this.groups, this.credentials, this.Details.Dispatcher); copy.UpdateFrom(this); return(copy); }