Exemplo n.º 1
0
 /// <param name="insight">The insight to be grouped</param>
 public static IEnumerable <Insight> Group(Insight insight) => Group(new[] { insight });
Exemplo n.º 2
0
 /// <param name="insight">The insight to be emitted</s>
 public void EmitInsights(Insight insight)
 {
     EmitInsights(new[] { insight });
 }