private bool Equals(RecalculateStatisticsOperation other)
 {
     return(CategoryId == other.CategoryId && ProjectId == other.ProjectId);
 }
 private bool Equals(RecalculateStatisticsOperation other)
 {
     return CategoryId == other.CategoryId && ProjectId == other.ProjectId;
 }