public string TestMethod()
 {
     return(JsonConvert.SerializeObject(_dBAccess.GetAssetList()));
 }