// Use a method on a Type - 1 string input
MyType.myMethodA("myInputString")

// Use a method on a Type - no input
MyType.myMethodB()