@Test
    void parsesGigabytes() {
        assertThat(Size.parse("2GB"))
                .isEqualTo(Size.gigabytes(2));