package moe.ymc.acron.c2s; public interface Request { int getId(); void validate() throws IllegalArgumentException; }