Hi! Is it possible to make some sort of setting, so you could choose what naming startegy will be used for mock fields created by "Fill with Mock" feature? Currently it creates private Mock<Test> test;, but we are using private Mock<Test> testMock; naming in my team. Because of that, I have to rename each field after creating, which is not very convenient.