public void SetFaker(Faker faker) { this.faker = faker; }
static void Main(string[] args) { Faker faker = new Faker(); }