Why does Resharper want you to change most variables to var type instead of the actual type in the code?
Vars help to make the code more readable inside a method, especially if you use generics.
As Jon says, it is just an option.