public void IsValid()
 {
     if (!RowKey.StartsWith("Result_"))
     {
         throw new InvalidOperationException(String.Format("RowKey {0} doesn't start with 'Result_'", RowKey));
     }
 }