Can I initialize var with null or some empty value?
This is the way how to intialize value to var variable
var _myVal = (dynamic)null;