public Task <Asset> Enable(long id) { return(WithConnection((connection, transaction) => _assetManager.Enable(id, connection, transaction))); }