class
Calculator
{
public
void
Add(
int
a,
b) { ... }
WriteToConsole(){ ... }
}
Print
PrintToStream(TextWriter writer) { ... }