static GenFuConfigurator() { GF.Configure <TestAccount>().Fill(x => x.AccountId, 0) .Fill(x => x.Type, "Test"); }
static GenFuConfigurator() { GF.Configure <ObjectDocumentContainer>().Fill(x => x.ObjectDocument, "{}"); GF.Configure <Account>().Fill(x => x.Type, "Test"); }