package com.ted.weather.domain.commands interface Command { fun execute(): T }