Handrolling fakes is a pain. It would be awesome to be able to write: ```swift @AutoFake final class FakeThing: Thing {} ``` and have Swift just... generate the thing for us! This probably isn't as simple as I'd like it to be, sadly.