ServerCommand GivenServerCommand(ServerControlCommands commandType, string data) { return(new ServerCommand { Command = commandType, Data = data }); }
ServerCommand GivenServerCommand(ServerControlCommands commandType, string data) { return new ServerCommand { Command = commandType, Data = data }; }