순차적으로 값이 상승하는 method나 현재 시각을 반환하는 method 역시 반환 값을 예측할 수 있어도 get~()을 붙이기에는 부적절하다.
fetch~()
"fetch" is often used to describe the action of retrieving data from a remote server or API, such as fetching user data, images, or other resources from the internet.
kick~()
다른 객체나 코루틴에게 어떠한 작업을 '즉시' 시작하도록 할 때 사용한다. 결과가 즉시 나오는 것이 아니라 작업을 시작하도록 하는 것이다.