Esempio n. 1
0
 private bool HasCommandsOfType(CommandType type) =>
 _message.Any(c => c.CommandType == type);