/**
* Get an existing Asset from a registry, by asset name and asset type.
*
* @param string $type Asset type, script or style etc
* @param string $name Asset name
*
* @return WebAssetItem
*
* @throws UnknownAssetException When Asset cannot be found
*
* @since 4.0.0
*/
public function get(string $type, string $name) : WebAssetItemInterface;