asset.AccountId = Sage.Platform.EntityFactory.GetById((string)newAccount);
asset.AccountId = Sage.Platform.EntityFactory.GetById<Sage.Entity.Interfaces.IAccount>(newAccount);