Allow marking of custom types with an attribute to consider them "Task types".
From what I observed it should be enough to add an || type.HasAnAttributeThatSaysSo() to https://github.com/asizikov/AsyncSuffix/blob/master/AsyncSuffix/Analyzer/TaskExtensions.cs#L9. Admittedly, I would not know how to implement that method.