public void Close() { _core.Close(); }
public async Task <bool> CloseAsync() { _core.Close(); return(await _socket.CloseAsync()); }