public static Community CreateTestCommunity(this TestCommunity community, ICommunitiesCommand communitiesCommand, IVerticalsCommand verticalsCommand) { return(communitiesCommand.CreateTestCommunity(verticalsCommand, community.ToString())); }
public static CommunityTestData GetCommunityTestData(this TestCommunity community) { return(GetCommunityTestData(community.ToString())); }