public void Test_Count_Of_Bets__Without_Add() { var userId = 1; var result = betService.GetCountOfBets(userId); Assert.Zero(result); }