abstract class FileShare { Future share(); } abstract class TextShare { Future share(); }