protocol TodoUseCase { func add(title: String, description: String) -> Completable } final class CreateTodoPresent