public void Create(LocomotiveProtocolType protocol) { CreateOption(Locomotive.OptionProtocol, protocol.GetName()); }
public async Task CreateAsync(LocomotiveProtocolType protocol) { await CreateOptionAsync(Locomotive.OptionProtocol, protocol.GetName()); }