I need to have multiple methods taking different parameters. Is there a cleaner way of writing those methods instead of declaring each one of them separately? I need 4 the same methods in total. Am I able to write one but let it decide what parameters are passed? Or do I have to end up copying and pasting first one 3 times and changing the parameters. Here are 2 of themI need to have multiple methods taking differen