Old:
using (var file = OpenFile()) { // use file }
using var file = OpenFile(); // file will be disposed when it goes out of scope