public ProfileOccurrance(TwitterProfile profile, BotOptions options) { Profile = profile; ProfileId = profile.Id.Value; BotOptions = options; BotOptionsId = options.Id.Value; Occurrence = 1; }
public Bot(BotOptions options) { _options = options; _random = new Random(); }