public ActionResult ReceivedBytes()
 {
     return(Content(NetworkMonitor.NetworkReceived() / 1000 + "KB/s"));
 }