public async Task <Supply> HandleAsync(GetSupply query)
 {
     return(await _networkRepository.GetSupplyAsync());
 }