public bool IsAppOnTheDatabase(string appId)
 {
     return(_mongoDB.AppProcessedById(appId));
 }