public static async Task <bool> EraseEepromAsync(this ISerial serial) { await serial.EraseEepromValuesAsync(); return(true); }