public async Task <AssetOwners> GetAssetOwners(string id)
 {
     return(await AssetProvider.GetAssetOwners(id));
 }