public Task <decimal?> GetDifficulty()
 {
     return(_difficultyService.GetDifficulty());
 }